I am trying to use the toolBar function to add a tool bar to a dialog box. No matter what I try, I get the dreaded "EXCEPTION VIOLATION" and the Diagnostic Log appears. It dies when it tries to realize or show the DB.
Anyone have a working example using the toolBar() function?
I am running DOORS 8.3
djakad - Wed Jul 08 14:54:11 EDT 2009 |
|
Re: toolBar() example? djakad - Thu Jul 09 11:52:47 EDT 2009
Attached is my example using toolBar(). For me, it crashes DOORS with an "EXCEPTION_ACCESS_VIOLATION" error. If you comment out the toolBar line, the DB shows just fine. Can anyone get this toolBar to work?
Attachments
attachment_14272161_Toolbar_Example.dxl
|
|
Re: toolBar() example? Strad - Thu Jul 09 12:39:04 EDT 2009 djakad - Thu Jul 09 11:52:47 EDT 2009
Attached is my example using toolBar(). For me, it crashes DOORS with an "EXCEPTION_ACCESS_VIOLATION" error. If you comment out the toolBar line, the DB shows just fine. Can anyone get this toolBar to work?
Your script works fine for me in my sandbox using 9.2, haven't tried on the production rig which is using 9.1
|
|
Re: toolBar() example? djakad - Thu Jul 09 13:03:52 EDT 2009 Strad - Thu Jul 09 12:39:04 EDT 2009
Your script works fine for me in my sandbox using 9.2, haven't tried on the production rig which is using 9.1
So, you actually see the toolbar rendered? Hmmm. Maybe it's just me on DOORS 8.3?
|
|
Re: toolBar() example? SystemAdmin - Fri Jul 10 01:04:48 EDT 2009 djakad - Thu Jul 09 13:03:52 EDT 2009
So, you actually see the toolbar rendered? Hmmm. Maybe it's just me on DOORS 8.3?
Yep, the script crashes on DOORS 8.3.
|
|
Re: toolBar() example? Strad - Fri Jul 10 05:33:41 EDT 2009 SystemAdmin - Fri Jul 10 01:04:48 EDT 2009
Yep, the script crashes on DOORS 8.3.
Works in in 9.1 as well...
|
|
Re: toolBar() example? SystemAdmin - Fri Jul 10 10:37:58 EDT 2009 djakad - Thu Jul 09 11:52:47 EDT 2009
Attached is my example using toolBar(). For me, it crashes DOORS with an "EXCEPTION_ACCESS_VIOLATION" error. If you comment out the toolBar line, the DB shows just fine. Can anyone get this toolBar to work?
In sept 2008, I opened a ticket by telelogic support about a similar issue :
DXL code I had runing in DOORS 8.2 suddently crashed in 8.3
The answer was :
Case ID:5023262 DOORS 8.3 CRASH with Toolbars (DXL)
"Our Development team has confirmed that the toolbar perm is broken for DOORS 8.3 but this issue has been resolved in DOORS 9.0.
Unfortunately there is no other reliable workaround for this defect in v8.3.
Request you to kindly upgrade to v9.0 to take advantage of this bug fix.
I have currently changed the status of this case to “Closed”.
However please feel free to reply back if you need further information/clarification on this.
Cheers,
"
|
|
Re: toolBar() example? djakad - Fri Jul 10 16:41:26 EDT 2009 SystemAdmin - Fri Jul 10 10:37:58 EDT 2009
In sept 2008, I opened a ticket by telelogic support about a similar issue :
DXL code I had runing in DOORS 8.2 suddently crashed in 8.3
The answer was :
Case ID:5023262 DOORS 8.3 CRASH with Toolbars (DXL)
"Our Development team has confirmed that the toolbar perm is broken for DOORS 8.3 but this issue has been resolved in DOORS 9.0.
Unfortunately there is no other reliable workaround for this defect in v8.3.
Request you to kindly upgrade to v9.0 to take advantage of this bug fix.
I have currently changed the status of this case to “Closed”.
However please feel free to reply back if you need further information/clarification on this.
Cheers,
"
Thanks to all for verifying that this does not work with 8.3
|
|
Re: toolBar() example? sadoug - Tue Nov 06 11:58:52 EST 2012
Hello,
Does anyone know if it is possible to add new toolbars in the existign ones in DOORS ? I can create afloating toolbar in dialog box but the functions we need to add will be used in any module, so we would need to add them as std doors tool bars.
Thank you for your help !
Grégoire
|
|